Apache on Mac Mavericks issue [migrated]

Posted by Michael on Pro Webmasters See other posts from Pro Webmasters or by Michael
Published on 2013-11-06T15:00:40Z Indexed on 2013/11/06 16:14 UTC
Read the original article Hit count: 377

Filed under:
|
|
|

Trying to run Apache so that I can create a testing server on my mac.When I start apache it starts, but it doesn't run (no connection to local host. Ill upload the unix,you'll see that after starting there is no processes, and I did a check to show you what was running on my port 80... I don't entirely know that means.

Michaels-MacBook-Pro-3:~ michaelramos$ sudo apachectl start
Michaels-MacBook-Pro-3:~ michaelramos$ ps aux | grep httpd
michaelramos      348   0.0  0.0  2442000    624 s000  S+    8:51AM   0:00.00 grep httpd
Michaels-MacBook-Pro-3:~ michaelramos$ sudo apachectl start
org.apache.httpd: Already loaded
Michaels-MacBook-Pro-3:~ michaelramos$ sudo lsof -i ':80'
COMMAND   PID         USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
ocspd      96         root   18u  IPv4 0x8402f926599c58df      0t0  TCP dhcp-92-67.radford.edu:49267->108.162.232.196:http (ESTABLISHED)
ocspd      96         root   20u  IPv4 0x8402f926599c58df      0t0  TCP dhcp-92-67.radford.edu:49267->108.162.232.196:http (ESTABLISHED)
ocspd      96         root   21u  IPv4 0x8402f926599c50f7      0t0  TCP dhcp-92-67.radford.edu:49268->108.162.232.206:http (ESTABLISHED)
ocspd      96         root   23u  IPv4 0x8402f926599c50f7      0t0  TCP dhcp-92-67.radford.edu:49268->108.162.232.206:http (ESTABLISHED)

© Pro Webmasters or respective owner

Related posts about apache

Related posts about server